SciChart.Charting Assembly > SciChart.Charting.Model.DataSeries Namespace > NonUniformVectorFieldDataSeries Class > NonUniformVectorFieldDataSeries Constructor : NonUniformVectorFieldDataSeries Constructor(Double[],Double[],Double[],Double[],IList<IPointMetadata>)
The X positions of each vector origin.
The Y positions of each vector origin.
The horizontal (X) displacement component of each vector.
The vertical (Y) displacement component of each vector.
Optional per-point metadata array.
NonUniformVectorFieldDataSeries Constructor(Double[],Double[],Double[],Double[],IList<IPointMetadata>)
Initializes a new instance of NonUniformVectorFieldDataSeries with Cartesian vector components.
Syntax
public NonUniformVectorFieldDataSeries( 
   double[] x,
   double[] y,
   double[] dx,
   double[] dy,
   IList<IPointMetadata> metadata
)

Parameters

x
The X positions of each vector origin.
y
The Y positions of each vector origin.
dx
The horizontal (X) displacement component of each vector.
dy
The vertical (Y) displacement component of each vector.
metadata
Optional per-point metadata array.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also